home *** CD-ROM | disk | FTP | other *** search
/ Get a Grip Tennis by Wilson / Get a Grip Tennis by Wilson.iso / pc / wilson.dxr / Internal_23_halt.ls < prev    next >
Encoding:
Text File  |  2003-08-12  |  91 b   |  8 lines

  1. on exitFrame me
  2.   if the runMode = "Author" then
  3.     halt()
  4.   else
  5.     quit()
  6.   end if
  7. end
  8.